body {
    color: #333;
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    width: 100%;
}

header {
    padding-top: 100rem;
}

header .index_banner .swiper-pagination-bullet {
    width: 18rem !important;
    height: 18rem !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
    margin: 0 10rem !important;
}

header .index_banner .swiper-pagination-bullet-active {
    background-color: #c30d23 !important;
}

header .index_banner .swiper-button-prev:after,
header .index_banner .swiper-button-next:after {
    content: none !important;
}

header .index_banner .swiper-button-prev {
    width: 40rem !important;
    left: 180rem !important;
}

header .index_banner .swiper-button-next {
    width: 40rem !important;
    right: 180rem !important;
}

header .nav {
    display: flex;
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    padding: 0 110rem;
    align-items: center;
    justify-content: space-between;
    line-height: 100rem;
}

header .nav_logo {
    width: 310rem;
    display: flex;
    margin-right: 100rem;
}

header .nav_menu,
header .navSearch,
header .navSearchList {
    display: none;
}

header .nav_lists {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    font-size: 16rem;
}

header .nav_lists>div {
    text-align: center;
    position: relative;
}

header .nav_lists>div:hover>a {
    color: white;
    background-color: #d10000;
    margin: 0;
    padding: 0 20rem;
}

header .nav_lists>div>a {
    display: inline-block;
    border-radius: 100rem;
    line-height: 40rem;
    margin: 0 20rem;
    transition: all 0.3s;
}

header .secondaryLists {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #d10000;
    color: white;
    left: 0;
    font-size: 16rem;
    line-height: 40rem;
    border-radius: 0 0 5rem 5rem;
    z-index: 20;
    overflow: hidden;
    height: 0;
    transition: all 0.2s;
    /* color: #d62828; */
}

header .secondaryLists>div>a {
    line-height: 40rem;
    width: 100%;
    display: inline-block;
}

header .secondaryLists>div>a:hover {
    background-color: #d94d4d;
}

header .nav_list_active>a {
    color: white;
    background-color: #d10000;
    margin: 0 !important;
    padding: 0 20rem;
}

header .nav_search {
    width: 226rem;
    position: relative;
}

header .nav_search input {
    width: 100%;
    height: 40rem;
    line-height: 40rem;
    font-size: 16rem;
    border-radius: 100rem;
    outline: none;
    box-sizing: border-box;
    padding-left: 20rem;
    padding-right: 55rem;
    background-color: transparent;
    border: 1px solid #e5e5e5;
}

header .search_icon {
    position: absolute;
    right: 20rem;
    width: 25rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

header .search_icon2 {
    position: absolute;
    right: 20rem;
    width: 25rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
}

.zhiding{font-weight:100;color:#fff;
    background: #c30d23;padding: 0rem 12rem;
    display: inline-block;
    margin-right: 8rem;
    font-size: 18rem;
    text-indent: 0;
    border-radius: 30rem;
    line-height: 1.5;
    position: relative;top: -2rem;
}

.banner {
    position: relative;
    display: flex;
}

.bannerNav {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    box-sizing: border-box;
    padding: 0 180rem;
    display: flex;
    align-items: center;
    line-height: 78rem;
    color: white;
    font-size: 20rem;
}

.bannerNav>div {
    display: flex;
    align-items: center;
}

.bannerNav>div:first-of-type {
    width: 734rem;
}

.bannerNav>div:first-of-type>div:first-of-type {
    width: 38rem;
    display: flex;
    margin-right: 10rem;
}

.bannerNav>div:last-of-type {
    font-size: 18rem;
    flex: 1;
    justify-content: flex-end;
}

.bannerNav>div:last-of-type>a>div {
    width: 146rem;
    text-align: center;
    /*margin-right: 60rem;*/
}

.bannerNav>div:last-of-type>a>div:hover {
    background-color: #c30d23;
}

.bannerNav>div:last-of-type>a:last-of-type>div {
    margin-right: 0;
}

.bannerNav_active {
    background-color: #c30d23;
}

header .nav_top {
    display: none;
}

footer>div:first-of-type {
    display: flex;
    align-items: flex-start;
    padding: 60rem 180rem;
    background-color: #f8f8f8;
}

footer>div:first-of-type>div:first-of-type {
    display: flex;
    align-items: flex-start;
    width: 1145rem;
    padding-right: 126rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

footer>div:first-of-type>div:first-of-type:after {
    content: '';
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
    height: 250rem;
    background-color: #dcdcdc;
}

footer>div:first-of-type>div:first-of-type>div {
    flex: 1;
}

footer>div:first-of-type>div:first-of-type>div>div:first-of-type {
    font-size: 18rem;
    border-bottom: 1px solid #dcdcdc;
    padding: 25rem 0;
    margin-top: 0;
}

footer>div:first-of-type>div:first-of-type>div>div:last-of-type>div {
    margin: 25rem 0;
    font-size: 16rem;
    color: #666666;
}

footer>div:first-of-type>div:first-of-type>div>div:last-of-type>div>a:hover {
    color: #d10000;
}

footer>div:first-of-type>div:last-of-type {
    flex: 1;
    padding-left: 126rem;
}

footer>div:first-of-type>div:last-of-type>div:first-of-type {
    font-size: 24rem;
    color: #d10000;
    font-weight: bold;
    white-space: nowrap;
}

footer>div:first-of-type>div:last-of-type>div:nth-of-type(2) {
    font-size: 14rem;
    line-height: 30rem;
    margin: 20rem 0;
}

footer>div:first-of-type>div:last-of-type>div:last-of-type {
   
    display: flex;
}

footer>div:last-of-type {
    font-size: 16rem;
    background-color: #dfdfdf;
    text-align: center;
    padding: 30rem 0;
}


/* 分页设置 */

.page {
    padding: 30rem 100rem;
    text-align: center;
}

.page a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    height: 40rem;
    line-height: 40rem;
    min-width: 20rem;
    padding: 0 10rem;
    font-size: 14rem;
    margin: 5rem;
    color: #767676;
}

.page a:hover,
.page a.select {
    background: #c30d23;
    color: #fff;
}


/*搜索页设置*/

.er_neirong .seachlist {
    padding: 30rem 100rem;
    font-size: 18rem;
}

.er_neirong .seachlist .list li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 50rem;
    line-height: 50rem;
    border-bottom: 1px dashed #eee;
}

.er_neirong .seachlist .list li span {
    width: 80%;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.er_neirong .seachlist .list li p {
    width: 20%;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    header .nav {
        padding: 0 60rem;
    }
}

@media only screen and (max-width: 999px) {
    header {
        padding-top: 108rem;
    }
    header .nav {
        padding: 18rem 30rem;
        width: 100%;
        z-index: 20;
        box-sizing: border-box;
        background-color: white;
        top: 0;
    }
    header .nav_menu {
        width: 60rem;
        display: flex;
    }
    header .navSearch {
        width: 44rem;
        display: flex;
    }
    header .nav_logo {
        margin-right: 180rem;
    }
    header .nav_lists {
        position: absolute;
        background-color: white;
        top: 100%;
        left: 0;
        height: 100vh;
        overflow: auto;
        display: none;
        width: 100%;
        font-size: 36rem;
    }
    header .navSearchList {
        position: absolute;
        background-color: white;
        top: 100%;
        left: 0;
        overflow: auto;
        display: none;
        width: 100%;
        font-size: 36rem;
    }
    header .navSearchList .nav_search {
        display: flex;
        padding: 18rem 30rem;
        padding-bottom: 26rem;
        width: 100%;
        box-sizing: border-box;
    }
    header .nav_search input {
        width: 100%;
        height: 80rem;
        line-height: 80rem;
        font-size: 30rem;
        border-radius: 100rem;
        outline: none;
        box-sizing: border-box;
        padding-left: 40rem;
        padding-right: 100rem;
    }
    header .search_icon {
        right: 70rem;
        width: 40rem;
    }
    header .search_icon2 {
        right: 70rem;
        width: 40rem;
    }
    header .nav_lists>div {
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
        padding: 0;
    }
    header .nav_lists>div>a {
        padding: 0 30rem;
        margin: 0;
    }
    header .nav_lists>div:hover>a {
        background-color: white;
        color: #333333;
        padding: 0 30rem;
    }
    header .nav_list_active>a {
        background-color: white;
        color: #d10000;
    }
    header .secondaryLists {
        background-color: white;
        color: #333333;
        position: relative;
        font-size: 36rem;
        line-height: 100rem;
    }
    header .nav_top {
        position: absolute;
        right: 30rem;
        top: 0;
        height: 100rem;
        display: flex;
        align-items: center;
        width: 26rem;
        transition: 0.5s;
    }
    header .secondaryLists>div {
        border-top: 1px solid #e5e5e5;
    }
    header .secondaryLists>div>a {
        padding: 0 60rem;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        line-height: 100rem;
    }
    header .secondaryLists>div>a:hover {
        background-color: transparent;
    }
    header .nav_search {
        display: none;
    }
    .bannerNav {
        padding: 0 30rem;
    }
    .bannerNav>div:first-of-type {
        font-size: 32rem;
    }
    .bannerNav>div:last-of-type {
        display: none;
    }
    .bannerNav>div:first-of-type>div:first-of-type {
        width: 44rem;
    }
    footer>div:first-of-type {
        display: none;
    }
    footer>div:last-of-type {
        font-size: 26rem;
    }
    .er_neirong .seachlist {
        padding: 30rem;
        font-size: 25rem;
    }
}